@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */
#cqh-box {
	position:relative;
	overflow:hidden;
	margin:0 auto;
}
#cqh-box ul {
	margin:0;
	padding:0;
}
#cqh-box li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#cqh-box img {
	border:none;
}
#cqh-num {
	width:377px;
	height:16px;
	float:right;
	position:absolute;
	right:100px;
	bottom:10px;
}
#cqh-num span {
	display:inline-block;
	float:left;
	width:15px;
	height:15px;
	background-color:#279fd2;
	color:#000;
	line-height:18px;
	text-align:center;
	cursor:pointer;
	margin:0 3px;
	font-size:0px;
	border-radius:100%;
}
#cqh-num span.this {
	background-color:#d04476;
	color:#000;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */